home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / qmps8251.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  13.4 KB  |  378 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "2.0"
  11. *PCFileName: "QMPS8251.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 825)"
  14. *PSVersion: "(52.4) 29"
  15. *ModelName: "QMS-PS 825"
  16. *NickName: "QMS-PS 825 v52.4"
  17.  
  18. *% ADORequiresEExec added by Microsoft
  19. *ADORequiresEExec: True
  20.  
  21. *% General Information and Defaults ===============
  22. *FreeVM: "324000"
  23. *LanguageLevel: "1"
  24. *ColorDevice: False
  25. *DefaultColorSpace: Gray
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *Throughput: "8"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true
  33.   }{
  34.     dup % potential password
  35.     statusdict /checkpassword get exec not
  36.   } ifelse
  37.   {  %  if no password or not valid
  38.     (WARNING : Cannot perform the exitserver command.) =
  39.     (Password supplied is not valid.) =
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if
  43.   serverdict /exitserver /get exec
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true
  50.   }{
  51.     dup % potential password
  52.     statusdict /checkpassword get exec not
  53.   } ifelse
  54.   {  %  if no password or not valid
  55.     (WARNING : Cannot reset printer.) =
  56.     (Password supplied is not valid.) =
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if
  60.   serverdict /exitserver get exec
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi 
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 72 dtransform
  71.   dup mul exch
  72.   dup mul 
  73.   add sqrt round cvi
  74.   (          ) cvs print (dpi) = flush
  75. restore
  76. "
  77. *End
  78.  
  79. *% Halftone Information ===============
  80. *ScreenFreq: "60.0"
  81. *ScreenAngle: "45.0"
  82. *DefaultScreenProc: Dot
  83. *ScreenProc Dot: "
  84. { abs exch abs 2 copy add 1 gt
  85.   {1 sub dup mul exch 1 sub dup mul add 1 sub }
  86.   {dup mul exch dup mul add 1 exch sub }
  87.   ifelse
  88. }
  89. "
  90. *End
  91. *ScreenProc Line: "{ pop }"
  92. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  93.  
  94. *DefaultTransfer: Null
  95. *Transfer Null: "{ }"
  96. *Transfer Null.Inverse: "{ 1 exch sub }"
  97.  
  98. *% Paper Handling ===================
  99.  
  100. *% Use these entries to set paper size most of the time, unless there is
  101. *% specific reason to use PageRegion.
  102. *OpenUI *PageSize: PickOne
  103. *OrderDependency: 30 AnySetup *PageSize
  104. *DefaultPageSize: Letter
  105. *PageSize Letter: "statusdict /lettertray get exec"
  106. *PageSize Legal: "statusdict /legaltray get exec"
  107. *PageSize Executive: "statusdict /executivetray get exec"
  108. *PageSize A4: "statusdict /a4tray get exec"
  109. *PageSize B5: "statusdict /b5tray get exec"
  110. *PageSize Monarch/Monarch Envelope: "statusdict /envelopetray get exec statusdict /monarch get exec"
  111. *PageSize Comm10/Common #10 Envelope: "statusdict /envelopetray get exec statusdict /com10 get exec"
  112. *PageSize DL/DL Envelope: "statusdict /envelopetray get exec statusdict /dl get exec"
  113. *PageSize C5/C5 Envelope: "statusdict /envelopetray get exec statusdict /c5 get exec"
  114. *PageSize Envelope.279.639/Common #9 Envelope: "statusdict /envelopetray get exec statusdict /com9 get exec"
  115. *PageSize Envelope.324.747/Common #11 Envelope: "statusdict /envelopetray get exec statusdict /com11 get exec"
  116. *?PageSize: "
  117. save 
  118. 6 dict 
  119.   dup /letter (Letter) put
  120.   dup /legal (Legal) put
  121.   dup /executive (Executive) put
  122.   dup /a4 (A4) put
  123.   dup /b5 (B5) put
  124.   dup /envelope (Envelope) put
  125.   statusdict /papersize get exec
  126.   3 1 roll  {get} stopped {(Unknown)}if
  127.   exch  not { print (.Transverse) }if
  128.   = flush
  129. restore 
  130. "
  131. *End
  132. *CloseUI: *PageSize
  133.  
  134. *% These entries will set up the frame buffer. Usually used with manual feed.
  135. *OpenUI *PageRegion: PickOne
  136. *OrderDependency: 40 AnySetup *PageRegion
  137. *DefaultPageRegion: Letter
  138. *PageRegion Letter: "letter"
  139. *PageRegion Legal: "legal"
  140. *PageRegion A4: "a4"
  141. *PageRegion B5: "b5"
  142. *PageRegion Executive: "statusdict /executivepage get exec"
  143. *PageRegion Monarch/Monarch Envelope: "statusdict /monarch get exec"
  144. *PageRegion Comm10/Common #10 Envelope: "statusdict /com10 get exec"
  145. *PageRegion DL/DL Envelope: "statusdict /dl get exec"
  146. *PageRegion C5/C5 Envelope: "statusdict /c5 get exec"
  147. *PageRegion Envelope.279.639/Common #9 Envelope: "statusdict /com9 get exec"
  148. *PageRegion Envelope.324.747/Common #11 Envelope: "statusdict /com11 get exec"
  149. *CloseUI: *PageRegion
  150.  
  151. *% The following entries provide information about specific paper keywords.
  152. *DefaultImageableArea: Letter
  153. *ImageableArea Letter: "15 13 597 779 "
  154. *ImageableArea Legal: "15 14 597 995 "
  155. *ImageableArea A4: "16 11 579 831 "
  156. *ImageableArea B5: "18 12 497 717 "
  157. *ImageableArea Executive: "18 18 486 720"
  158. *ImageableArea Monarch/Monarch Envelope: "1 1 279 540"
  159. *ImageableArea Comm10/Common #10 Envelope: "1 1 297 684"
  160. *ImageableArea DL/DL Envelope: "1 1 312 623"
  161. *ImageableArea C5/C5 Envelope: "1 1 459 649"
  162. *ImageableArea Envelope.279.639/Common #9 Envelope: "1 1 279 639"
  163. *ImageableArea Envelope.324.747/Common #11 Envelope: "1 1 324 747"
  164. *?ImageableArea: "
  165. save
  166.   /cvp { (                ) cvs print ( ) print } bind def
  167.   /upperright {10000 mul floor 10000 div} bind def
  168.   /lowerleft {10000 mul ceiling 10000 div} bind def
  169.   newpath clippath pathbbox
  170.   4 -2 roll exch 2 {lowerleft cvp} repeat
  171.   exch 2 {upperright cvp} repeat flush
  172.  restore
  173. "
  174. *End
  175.  
  176. *% These provide the physical dimensions of the paper (by keyword)
  177. *DefaultPaperDimension: Letter
  178. *PaperDimension Letter: "612 792"
  179. *PaperDimension Legal: "612 1008"
  180. *PaperDimension A4: "595 842"
  181. *PaperDimension B5: "516 729"
  182. *PaperDimension Executive: "522 756"
  183. *PaperDimension Monarch/Monarch Envelope: "279 540"
  184. *PaperDimension Comm10/Common #10 Envelope: "297 684"
  185. *PaperDimension DL/DL Envelope: "312 624"
  186. *PaperDimension C5/C5 Envelope: "459 649"
  187. *PaperDimension Envelope.279.639/Common #9 Envelope: "279 639"
  188. *PaperDimension Envelope.324.747/Common #11 Envelope: "324 747"
  189.  
  190. *RequiresPageRegion All: True
  191. *OpenUI *InputSlot: PickOne
  192. *OrderDependency: 20 AnySetup *InputSlot
  193. *DefaultInputSlot: Upper
  194. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  195. *InputSlot Upper: "2 statusdict /setpapertray get exec"
  196. *?InputSlot: "
  197. save
  198.   [ (Unknown) (Lower) (Upper) ]
  199.   statusdict /papertray get exec
  200.   {get exec} stopped { pop pop (Unknown)} if = flush
  201. restore 
  202. "
  203. *End
  204. *CloseUI: *InputSlot
  205.  
  206. *OpenUI *ManualFeed: PickOne
  207. *OrderDependency: 20 AnySetup *ManualFeed
  208. *DefaultManualFeed: False
  209. *ManualFeed True: "statusdict /manualfeed true put"
  210. *ManualFeed False: "statusdict /manualfeed false put"
  211. *?ManualFeed: "save
  212.   statusdict /manualfeed get
  213.   {(True)}{(False)}ifelse = flush
  214.   restore
  215. "
  216. *End
  217. *CloseUI: *ManualFeed
  218.  
  219. *DefaultOutputBin: Upper
  220. *DefaultOutputOrder: Normal
  221.  
  222. *% Font Information =====================
  223. *DefaultFont: Courier
  224. *Font AGaramond-Bold: Standard "(001.000)" Standard ROM
  225. *Font AGaramond-BoldItalic: Standard "(001.000)" Standard ROM
  226. *Font AGaramond-Italic: Standard "(001.000)" Standard ROM
  227. *Font AGaramond-Regular: Standard "(001.000)" Standard ROM
  228. *Font AGaramond-Semibold: Standard "(001.000)" Standard ROM
  229. *Font AGaramond-SemiboldItalic: Standard "(001.000)" Standard ROM
  230. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  231. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  232. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  233. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  234. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  235. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  236. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  237. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  238. *Font Courier: Standard "(002.003)" Standard ROM
  239. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  240. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  241. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  242. *Font Helvetica: Standard "(001.006)" Standard ROM
  243. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  244. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  245. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  246. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  247. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  248. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  249. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  250. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  251. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  252. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  253. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  254. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  255. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  256. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  257. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  258. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  259. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  260. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  261. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  262. *Font Symbol: Special "(001.007)" Special ROM
  263. *Font Times-Bold: Standard "(001.007)" Standard ROM
  264. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  265. *Font Times-Italic: Standard "(001.007)" Standard ROM
  266. *Font Times-Roman: Standard "(001.007)" Standard ROM
  267. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  268. *Font ZapfDingbats: Special "(001.002)" Special ROM
  269. *?FontQuery: "
  270. save
  271.  /str 100 string dup 0 (fonts/) putinterval def
  272.  {
  273.    count 1 gt
  274.    {
  275.          exch dup str 6 94 getinterval cvs
  276.          (/) print print (:) print
  277.          FontDirectory exch known
  278.          {(Yes)}{(No)} ifelse =
  279.    }
  280.    {exit} ifelse
  281.  }bind loop
  282.  (*) = flush
  283. restore
  284. "
  285. *End
  286.  
  287. *?FontList: "
  288. save
  289.   FontDirectory { pop == } bind forall flush
  290.   (*) = flush
  291. restore
  292. "
  293. *End
  294.  
  295. *% Printer Messages (verbatim from printer):
  296. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  297. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  298. *Message: "\FontName\ not found, using Courier"
  299.  
  300. *% Status (format: %%[ status: <one of these> ]%% )
  301. *Status: "idle"
  302. *Status: "busy"
  303. *Status: "waiting"
  304. *Status: "printing"
  305. *Status: "warming up"
  306. *Status: "Initializing"
  307. *Status: "printing startup page"
  308. *Status: "printing test page"
  309. *Status: "PrinterError: no paper tray"
  310. *Status: "PrinterError: service call"
  311. *Status: "PrinterError: no toner cartridge"
  312. *Status: "PrinterError: cover open"
  313. *Status: "PrinterError: paper entry misfeed"
  314. *Status: "PrinterError: manual feed"
  315. *Status: "PrinterError: out of paper"
  316.  
  317. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  318. *Source: "serial25"
  319. *Source: "AppleTalk"
  320. *Source: "Centronics"
  321.  
  322. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  323. *PrinterError: "no paper tray"
  324. *PrinterError: "service call"
  325. *PrinterError: "no toner cartridge"
  326. *PrinterError: "cover open"
  327. *PrinterError: "paper entry misfeed"
  328. *PrinterError: "manual feed"
  329. *PrinterError: "out of paper"
  330.  
  331. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  332.  
  333. *% Color Separation Information =====================
  334.  
  335. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  336.  
  337. *InkName: ProcessBlack/Process Black
  338. *InkName: CustomColor/Custom Color
  339. *InkName: ProcessCyan/Process Cyan
  340. *InkName: ProcessMagenta/Process Magenta
  341. *InkName: ProcessYellow/Process Yellow
  342.  
  343. *%  For 60 lpi / 300 dpi  ===============================
  344.  
  345. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  346. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  347. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  348. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  349. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  350.  
  351. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  352. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  353. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  354. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  355. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  356.  
  357. *%  For 53 lpi / 300 dpi  ===============================
  358.  
  359. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  360. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  361. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  362. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  363. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  364.  
  365. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  366. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  367. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  368. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  369. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  370.  
  371. *% For "QMS-PS 825" version 52.4
  372. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  373. *% Converted to meet 4.0 specification
  374. *% Last Edit Date: 13 Mar 1992
  375. *% The byte count of this file should be exactly 013259 or 013633
  376. *% depending on the filesystem it resides in.
  377. *% end of PPD file for QMS-PS 825
  378.